[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ObjectInit ([clr],cPrgName,nVersion,nYear,[cUser],[cAuthor],[cLine]) --> true:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Functions:
~~~~~~~~~~
Public library variables are defined, basic library classes are
registered, the m->tColor variable, public object m->Color are set on
the value of command line parameters, the F1 and SHIFT F1 keys are set
to help system, the basic program screeen is painted, the date and time
is requested (if SetDateTime()==true). All parameters except of clr are
send to AboutOn() function for painting of information program screen.

Parameter description:
~~~~~~~~~~~~~~~~~~~~~~
clr:       parameter of command line, sets the monitor type, see the
           m->tColor variable
cPrgName:  program name of up to 8 characters
nVersion:  version number
nYear:     creation year
cUser:     registered user name
cAuthor:   author copyright string
cLine:     special comment line

Return value:
~~~~~~~~~~~~~
true

Remarks:
~~~~~~~~
Example of use are in DEMO1.prg and DEMO2.prg

Source code is in file  Object3.prg

See Also: AboutOn ObjectDone m->tColor m->Color Color
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson